home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / atmtim11.zip / ATOMTIME.TXT < prev   
Text File  |  1996-06-05  |  2KB  |  50 lines

  1. Atomic Time v1.1
  2. Freeware by Tom Wuttke
  3. tom@berksys.com
  4.  
  5. NOTE this is version 1.1, version 1.0 had some problems in other time zones.
  6. I changed the command line arguments because of this.
  7.  
  8.  
  9. This is the simplest application that will synchronize your computer's
  10. internal clock with that of an atomic clock on the internet.  If the time 
  11. correction required is less than 30 minutes, it performs it without
  12. asking (AND NO VISUAL FEEDBACK!!).  Otherwise, it warns you in case your
  13. time zone or daylight saving time was incorrect.  Once it has synchronized
  14. the time, the program quits so that it doesn't use any of your system resources.
  15.  
  16. It requires Win95 or WinNT, and you must have an active internet connection.
  17.  
  18. You only need one file, AtomTime.exe.  Put it anywhere on your hard drive
  19. and make an alias to it in your startup groups.  I include instructions when
  20. you right click on the file and go to the properties/version info page. 
  21.  
  22. The thing that sets this program apart from the other ones like it is its
  23. extreme simplicity.  It is only 32K, it is free, and you get source code.
  24.  
  25. The default time server is tycho.usno.navy.mil, but you can use any IP address
  26. (check out their web page!)
  27.  
  28. Here are example command line arguments you can place in a shortcut:
  29.  
  30. To set your clock 2 hours earlier than the server reports:
  31. AtomTime.exe tycho.usno.navy.mil -120
  32.  
  33. To set your clock 10 minutes later than the server reports:
  34. AtomTime.exe tycho.usno.navy.mil 10
  35.  
  36. To use a local server called mail:
  37. AtomTime.exe mail
  38.  
  39. To use a server with an IP address:
  40. AtomTime.exe 128.192.202.215
  41.  
  42.  
  43. If the first argument begins with a + or - character, it is assumed that this is 
  44. the minute offset, and that you want to use the default server.  THis will
  45. set your clock 1 hour later than the time server:
  46. AtomTime.exe +60
  47.  
  48.  
  49.  
  50. - Tom